CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - tree node

搜索资源列表

  1. hufmtree

    0下载:
  2. 数据结构上机实验——哈弗曼树。可实现根据节点大小建立哈弗曼树并对其进行编码,根据自定义输入编码进行解码。简明、易懂、C++自编版。-Data structure on experiments- Ha Fuman tree. Can be realized according to the size of the establishment of Ha Fuman tree node and encode, according to the custom input encoding to dec
  3. 所属分类:Data structs

    • 发布日期:2017-04-10
    • 文件大小:1738969
    • 提供者:Juicy
  1. zuxian

    0下载:
  2. 设计一个算法,对于给定的二叉树中2结点返回它们的最近公共祖先。-Design an algorithm for a given binary tree node 2 back to their most recent common ancestor.
  3. 所属分类:Data structs

    • 发布日期:2017-04-03
    • 文件大小:50187
    • 提供者:郭文明
  1. TREE-CONTORL

    0下载:
  2. 本例将实现以下功能: (1)建立一个以国家、城市、城区三层的Tree Control对象(固定数据); (2)当双击某个节点时,在文本框显示点的节点的KEY值和节点文本值。-This example will achieve the following functions: (1) the establishment of a country, city, urban three-storey Tree Control object (fixed data) (2) Double-cl
  3. 所属分类:TreeView

    • 发布日期:2017-03-31
    • 文件大小:2097
    • 提供者:蓝园芳
  1. userTreeView2005

    0下载:
  2. 菜单采用TreeView+Sql数据库动态控制,可以进行权限及用户的管理操作,用户登录采用验证码进行校验,公用部分采用用户控件 树的操作说明如下: (1):单击【添加】按钮添加表结点,和结点相关联的表及其描述不能为空; (2):单击【添加树菜单】按钮添加菜单结点,其不关联任何表,但描述不能为空; (3):双击树结点,然后单击【修改】按钮可以修改选择的结点; (4):单击【删除】按钮可以删除择的结点; (5):单击【上移】或【下移】按钮可以排列选择结点显示
  3. 所属分类:.net

    • 发布日期:2017-03-31
    • 文件大小:1011474
    • 提供者:wangruili
  1. Binary-tree-traversal-algorithm

    0下载:
  2. 二叉树的遍历有常用的三种方法,分别是:先根次序、中根次序、后根次序。为了验证这几种遍历算法的区别,本次的实验将会实现所有的算法。 遍历的时候,把结点的信息打印出来,为了让结点的信息更容易区别,在每个结点前加上数字标识。如:data[1]=A,data[2]=B. 实现的算法皆为递归算法 -Binary tree traversal has used three methods, namely: first, the root sequence, the order of the ro
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:112632
    • 提供者:yangkai
  1. binary-tree

    0下载:
  2. 返回二叉树的根+返回树中某个结点的左孩子,若无则返回空+返回树中某个结点的双亲,如果是根结点,则返回空-Returns the binary tree root+ returns tree in a node of the left child, if there is no return null+ returns tree in a node s parents, if the root node, it returns null
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:249764
    • 提供者:
  1. erchashu

    0下载:
  2. 这是一个二叉树程序,实现二叉树求结点的功能-This is a binary tree program, seeking to achieve a binary tree node function
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:93596
    • 提供者:陈骞
  1. erchashu

    0下载:
  2. 实现用二叉树求两节点最近祖先的功能,方便实用-Seeking to achieve with a binary tree node recent ancestor of two functions, convenient and practical
  3. 所属分类:Data structs

    • 发布日期:2017-04-17
    • 文件大小:198412
    • 提供者:陈骞
  1. DepartmentTreeView

    0下载:
  2. WPF TreeView递归异步绑定.WPF的TreeView不像WinForms的TreeView那样,通过TreeNode实现树型节点。WPF的TreeView实现起来,我感觉有点像VM(View-Model)模式,就像WinForms中的DataGrid,控件负责显示,数据在DataTable中。那么我们在实现TreeView时,也需要用这样的思路,数据在Model中,控件是View负责显示。-Recursive Asynchronous Binding WPF TreeView.WPF
  3. 所属分类:CSharp

    • 发布日期:2017-03-29
    • 文件大小:164585
    • 提供者:
  1. houxu

    0下载:
  2. 数据结构里,后序线索二叉树中查找已知结点的后序前趋。-Data structure, the order of clues to find the binary tree node is known before the trend of the order.
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:1146
    • 提供者:李诗诗
  1. tree

    0下载:
  2. 1.可让用户选择你的测试例子,也可由用户随意输入待计算的表达式。 2.每单击一次就扩展一个结点。 3.能够显示计算过程。 即在界面中应用相应的按钮,每单击一次就计算一次。 -1. Allows the user to select your test case, the user may also be free to enter an expression to be calculated 2. Each click on the expansion of a no
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:1259
    • 提供者:张真宇
  1. index-tree

    0下载:
  2. 排序二叉树的改进,在每个节点上加一个值来统计该节点左边的结点个数,方便插入、删除和查找-Binary sort tree improvement, at each node with a value to the statistics of the node on the left side of the node number, convenient to insert, delete and search
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:900465
    • 提供者:wutu
  1. N-binary-tree-to-traverse

    0下载:
  2. 本程序用递归法遍历N叉树。可进行深度和广度遍历。 注: 按“/”键结束输入 如 2 1 3 / 6 / 9 / / / / 输入可得 深度遍历为21369,广度遍历为21369 最打节点个数为100个,且节点类型为字符型-This program using a recursive method to traverse N binary tree. For depth and the breadth traverse.
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:800
    • 提供者:
  1. Huffman-tree

    0下载:
  2. 利用静态链表建立赫夫曼树,建树过程中左子树权值小于右子树权值,求各结点的编码。叶子结点的个数n及结点值由键盘录入-Using static linked list to establish a Huffman tree, set during the process of weight less than the right subtree subtree weights, and each node coding. Leaf node of the number N and node valu
  3. 所属分类:Data structs

    • 发布日期:2017-03-26
    • 文件大小:1347
    • 提供者:Loben
  1. MFCTree

    0下载:
  2. MFC树型控件的操作过程,包括在MFC对话框中使用程序的方法添加树型控制的详细过程。此程序使用VS2010开发,界面中可以添加树形节点,修改并删除树型控件中的节点项。-MFC tree control operation, including the procedures used in the MFC dialog box to add the tree control process. This program uses the VS2010 development, can add a t
  3. 所属分类:Dialog_Window

    • 发布日期:2017-04-02
    • 文件大小:186504
    • 提供者:陈一凡
  1. node

    0下载:
  2. java模拟二叉树的算法,不错哦,来下载吧-java simulation of the binary tree algorithm, Oh, to download
  3. 所属分类:Java Develop

    • 发布日期:2017-04-08
    • 文件大小:1623
    • 提供者:周泽宇
  1. Binary-tree-traversal

    0下载:
  2. 二叉树遍历:构建一个二叉树,输出结点信息,二叉树前序遍历,中序遍历,后续遍历,层次遍历。-Binary Tree Traversal: build a binary tree, the output node information before, binary tree traversal in preorder traversal, the follow-up traverse the hierarchy traversal.
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:642399
    • 提供者:the spring
  1. data-struct

    0下载:
  2. 一些数据结构算法集合:普通链表结点、双向循环链表结点、二叉树结点、 树结点、双向循环链表、哈希表、二叉搜索树等。-A collection of some data structure algorithms: ordinary linked list of nodes, two-way circular linked list of nodes, the binary tree node, tree node, two-way circular linked lists, hash tables
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:16265
    • 提供者:章普
  1. treeview2xml

    0下载:
  2. 将树的节点保存到XML文件中,在程序加载时由重XML文件中读取出来,达到Tree和XML的相互转化。-The Tree node saved to the XML documents, in the program when loading by heavy XML documents read out to the Tree and XML conversion.
  3. 所属分类:CSharp

    • 发布日期:2017-04-03
    • 文件大小:20034
    • 提供者:liu
  1. tree

    0下载:
  2. 二叉树是每个节点最多有两个子树的有序树二叉树是每个节点最多有两个子树的有序树-A binary tree is most each node has two clauses of the orderly tree treeA binary tree is most each node has two clauses of the orderly tree tree
  3. 所属分类:TreeView

    • 发布日期:2017-03-28
    • 文件大小:763
    • 提供者:lvc
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com